home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / drnu451.arc / NUDT < prev    next >
Text File  |  1990-10-19  |  3KB  |  72 lines

  1.                                DT (Disk Test) 
  2.  
  3.  
  4. Description:   Checks a disk for physical damage. In versions 4.0 and later,
  5.                you can mark a cluster as either usable or unusable, check
  6.                only a specific path, or attempt to move data that is stored
  7.                in bad clusters to a new area. 
  8.  
  9.  
  10. Syntax:        Version 3.0:   DT [(drive:)] [/F | /D | /B] 
  11.  
  12.                Version 3.1:   DT [(drive:)] [/F | /D | /B] [/LOG] 
  13.  
  14.                Version 4.0: 4.5)   DT [(drive:)][[(path) [/S]] | [/F | /D | 
  15.                                    /B]][/C(n)[-] ...] 
  16.  
  17.                                    DT [(drive:)][(path)](filespec) 
  18.  
  19.                                 Parameters: 
  20.  
  21. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  22.                you want to test. Follow the letter with a colon. The current
  23.                drive is the default. 
  24.  
  25.  
  26.  
  27.  
  28. (path)         The full name (C:\WP\LETTERS) of the directory containing the
  29.                files whose clusters you want to test. If you include either
  30.                the /B or the /D switch with this parameter, (path )is
  31.                ignored, and DT tests the entire disk and all files on it. 
  32.  
  33.  
  34. (filespec)     The name of the file or files whose clusters you want to test.
  35.                If you include either the /B or the /D switch with this
  36.                parameter, (filespec) is ignored and DT tests the entire disk
  37.                and all files on it. The default (filespec) is *.*. /B  Tests
  38.                the entire disk (/D) and all files on it (/F). 
  39.  
  40. /C(n-)         Marks cluster (n) as unusable. 
  41.  
  42. /C(n)          Marks cluster (n) as usable. 
  43.  
  44. /D             Tests the entire disk, including system areas and unallocated
  45.                areas. 
  46.  
  47. /F             Tests all allocated file areas on the disk. 
  48.  
  49.  
  50.  
  51. /LOG           Writes diagnostic output as separate output lines that can be
  52.                directed either to a printer or to a  disk file by including
  53.                the MS-DOS redirection character (>) followed by a printer
  54.                name or a filename at the end of the command. 
  55.  
  56. /M             Attempts to move data stored in unreadable clusters to a new
  57.                location and marks the clusters as unreadable. 
  58.  
  59. /S             Tests all files in all subdirectories under the current or
  60.                specified path. 
  61.  
  62.                                    Notes:
  63.  
  64. You can stop the disk test at any time by pressing the Ctrl-C (^C) or
  65. Ctrl-Break (^[) key sequence. 
  66.  
  67. Example:       Test the WP directory on drive B, to move data stored in
  68.                unreadable clusters to a new location, and to write the output
  69.                diagnostics to the file (test.log).
  70.  
  71.                Enter:    DT b:\wp /M /LOG > test.log 
  72.